home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Toolbox / Visual Basic Toolbox (P.I.E.)(1996).ISO / dll_io / a20dll / readme.txt < prev   
Text File  |  1994-09-08  |  2KB  |  45 lines

  1. Topic: Access 2.0 Visual Basic Reserved Error DLL
  2. Created Date 9/8/94 with Microsoft Visual C++ MFC ver. 1.5
  3.  
  4. Name: A20ERR.DLL
  5.  
  6. Function: Displays the reserved error messages associated with use of the
  7.           Microsoft Access 2.0 jet engine. The messages displayed were taken
  8.           from a Microsoft download of these codes and placed into a DLL.
  9.  
  10. Visual Basic Delclaration:
  11. Declare function errmsg Lib "A20ERR.DLL" (errno as integer, style as integer, title as string) as integer
  12.  
  13. Parameters:
  14.         errno = absolute value of Access 2.0 reserved error code. This can be
  15.                 extracted from the Error$ function by first trapping Err 3000
  16.                 which are user defined and reserved error codes.
  17.  
  18.         style = permits user to customize the type of dialog box displayed. For
  19.                 eg. MB_OK+MB_ICONINFORMATION etc. The value returned by the
  20.                 errmsg function will be determined by the button selected.
  21.  
  22.         title = The caption to appear atop the dialog box. Limited to 50 charac-
  23.                 ters in length.
  24.  
  25.  
  26. Fees:
  27.         This DLL is provided free of charge by the programmer. You are permitted 
  28.         to make as many copies of it as desirable and distribute to friends or 
  29.         other VB users or user groups. Contributions to a non-profit and 100 % tax 
  30.         deductable foundation listed below would be appreciated. The programmer is 
  31.         a board member of the foundation and as all board members receive no 
  32.         remuneration if any form for their participation in this worth while endeavor. 
  33.         
  34.         The foundation is used to assist parents of diabetic patients in defraying 
  35.         diabetic enducational and equipment expenses. In addition some
  36.         contributions are made to local and national diabetic associations. If 
  37.         contributions are  made, the foundation asks that they be in denominations 
  38.         of &5 dollars or more. Thank You for any support. Good luck with VB.
  39.  
  40.         Make any contributions payable to:
  41.  
  42.                         Lynne F. Solon Foundation
  43.                         P.O. Box 99
  44.                         Edwardsville, IL.  62025
  45.